home *** CD-ROM | disk | FTP | other *** search
- # File for rejecting messages
- #
- # Type, from, @BBS, to, BID, maximum_size(kB)
- #
- # * can be used as wildcard
- # ~ is a negation of the expression
- #
- # R = REJECT H = HOLD L = HOLD only when locally entered
- # P = HOLD when locally entered without password
- #
-
- # alle lokal eingegebenen Bulletins von Benutzern ohne
- # Passwort anhalten:
- P B * * * * 0
-
- # "Badnames" - abgewehrte Rubriknamen:
- R B * * BILDER * 0
- R * * * IMAGE* * 0
- R * * * BUY * 0
- R * * * FOOD * 0
- R * * * GAME * 0
- R * * * GIF * 0
- R * * * JOKES * 0
- R * * * MIDI * 0
- R * * * MUSIC * 0
- R * * * MUSIK * 0
- R * * * MOD * 0
- R * * * PICT* * 0
- R * * * RECIPE * 0
- R * * * SALE * 0
- R * * * SALES * 0
- R * * * SELL * 0
- R * * * TRIVIA * 0
- R * * * VENDE * 0
- R * * * VENTE * 0
- R * * * VENTES * 0
- R * * * 4SALE * 0
-
- # unsinnige Msgtyp/@mbx-Kombinationen:
- # (Achtung, wichtig! sonst wuerde SP KILL@WW nicht aufgehalten)
- # (Da DieBox aus dem SP wieder ein SB machen wuerde, waere das)
- # (dann auch ueberall zu lesen! )
- R P * WW ~SYSOP * 0
- R P * EU ~SYSOP * 0
- R P * DL ~SYSOP * 0
- R P * BB ~SYSOP * 0
- R P * AMSAT ~SYSOP * 0
-
- # unsinnige Rubrik/@mbx-Kombinationen:
- R B * WW MEINUN* * 0
-
- # abgewehrte BIDs:
- R B * * * *_EA3FHW 0
-
-
- # Max size file accepted
- R B * EU * * 15
- R B * WW * * 15
- R B * AMSAT * * 15
-
-